Versions:

  • 0.10.1
  • 0.10.0
  • 0.9.1
  • 0.9.0
  • 0.8.2
  • 0.8.1
  • 0.8.0
  • 0.7.1
  • 0.7.0

DRA is a lightweight, open-source command-line utility developed by Cosimo Matteini that streamlines the retrieval of release assets stored on GitHub. Designed for developers, DevOps engineers, and automation enthusiasts, the tool eliminates the need to navigate web pages or craft manual curl commands by exposing a concise syntax that resolves the latest—or any specified—release tag, identifies the correct binary for the current platform, and downloads it in a single invocation. Typical use cases include scripting nightly builds, populating container images with upstream executables, updating local CLI tools in CI pipelines, and mirroring GitHub-hosted binaries to internal artifact stores. Written in Go, DRA runs natively on Windows, macOS, and Linux, requires no external dependencies, and honors GitHub’s rate-limiting headers to avoid triggering abuse thresholds. Since its initial commit, the project has iterated through nine public versions; the current stable release, 0.10.1, introduces parallel download streams, automatic checksum verification when a SHA256 file is present, and configurable proxy support for corporate environments. Earlier milestones added OAuth token authentication, selective asset filtering by glob patterns, and progress bars for interactive sessions. The utility is distributed as a single static binary under the MIT license and can be integrated into shell profiles, PowerShell modules, or Ansible playbooks. By focusing exclusively on release artifacts rather than source archives, DRA occupies a narrow but essential niche within the development-tool category, complementing package managers that lack direct GitHub integration. DRA is available for free on get.nero.com, with downloads provided via trusted Windows package sources such as winget, always delivering the latest version and supporting batch installation of multiple applications.

Tags: